home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Aug 90 / MacApp.Tech$ 8⁄24⁄90 / 1786-The Bus Error Trap-Aug90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  858 b   |  28 lines  |  [TEXT/GEOL]

  1. Item    3398552                         20-Aug-90        02:45PDT
  2.  
  3. From:   KORNHER                         Scarab Research, C Kornher,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    The Bus Error Trap
  8.  
  9. Fellow MacAppers:
  10.  
  11. There should be a general facility to check addresses for validity.  It would
  12. be useful for debugging and possibly for improving the reliability of programs
  13. that call external code resources.
  14.  
  15. Why not a new trap?  This really is the only way to ensure that the check will
  16. work on future machines and systems.  The execution speed of the trap is not a
  17. major concern.
  18.  
  19. The trap would certainly not catch all possible bus errors, because it would be
  20. explicitly invoked, but I think that it could still be very useful to MacApp
  21. and regular Mac programming.
  22.  
  23.  
  24. Oblivious to the Details,
  25.  
  26. Christopher Kornher
  27.  
  28.